home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / -seriously_amiga- / shareware / programming / mui / mcc_timestring / mcc_timestring.pi < prev    next >
Fred Fish's Product-Info  |  1997-12-06  |  3KB  |  90 lines

  1. .name
  2. TimeString.mcc
  3. .type
  4. MUI custom class
  5. .short
  6. MUI public custom class for easy time string handling.
  7. .description
  8. TimeString is a Custom Class of the Magic User Interface © by Stefan Stuntz.
  9. It's a subclass of string-class and time-class.
  10.  
  11. The idea of this class was born during developing my Gregor application.
  12.  
  13. MUI public custom class that displaying a string gadget for time strings. The
  14. display format of the time string can be freely defined. An input string can be
  15. parsed by the given format string, or in various standard formates.
  16.  
  17. TimeString.mcc features that are of interest for users:
  18. - Can be dragged around
  19. - Accepts drops of other Time.mcc objects and time-strings
  20. - Handles daylight savings time
  21. - Handles time zones
  22. - Supports 12h and 24h clocks
  23. - Supports various string formats
  24.  
  25. TimeString.mcc features of interest for developers:
  26. - Based on Time.mcc
  27. - Supports MUIM_Import and MUIM_Export
  28. - The time can be read in hour/minutes/seconds format or as seconds from
  29.   midnight on
  30. - The time range can be restricted - so the user can only input time that
  31.   lies within his/her working time
  32. - It's possible to notify a Date.mcc object when the next or previous day
  33.   was reached
  34. - Method to set the current time
  35. - Methods for increasing and decreasing the time
  36. - Method to compare with another time object
  37. .version
  38. 12.5
  39. .date
  40. 1997.11.27
  41. .author
  42. Kai Hofmann
  43. .address
  44. Arberger Heerstr. 92
  45. 28307 Bremen
  46. GERMANY
  47. .email
  48. i07m@informatik.uni-bremen.de
  49. .url
  50. http://home.pages.de/~i07m/
  51. http://home.pages.de/~i07m/amiga/mui/TimeString.html
  52. ftp://ftp.uni-bremen.de/pub/amiga/beta/MCC_TimeString.lha
  53. ftp://ftp.uni-bremen.de/pub/amiga/beta/MCC_TimeString.lzx
  54. .requirements
  55. MUI 3.1
  56. date.library (included)
  57. locale.library
  58. .distribution
  59. Giftware
  60. .price
  61. The minimum price is a trade. Send me a full version of your product at
  62. no cost including free updates!
  63. .installsize
  64. 8KB - 200KB
  65. .exectype
  66. Compiled C
  67. .source
  68. ANSI-C demo source included
  69. .construction
  70. SAS-C 6.59 with optimization
  71. .tested
  72. CPU: 68030; OS 3.1; MUI 3.8; Video/Graphics: Picasso II (Village Tronic);
  73. Enforcer 37.70; Mungwall 37.71; SegTracker 37.70; Installer 43.3
  74. .docs
  75. MCC_TimeString.readme
  76. docs/English/TimeString_mcc.guide
  77. docs/English/TimeString_mcc.doc
  78. docs/Deutsch/TimeString_mcc.guide
  79. docs/Deutsch/TimeString_mcc.doc
  80. developer/autodocs/MCC_TimeString.doc
  81. libs/date.readme
  82. .aminet-dir
  83. dev/mui
  84. .aminet-file
  85. MCC_TimeString.lha
  86. .described-by
  87. Kai Hofmann <i07m@informatik.uni-bremen.de>
  88. .submittal
  89. Kai Hofmann <i07m@informatik.uni-bremen.de>
  90.